runtime.coro.lockedInt (field)
4 uses
runtime (current package)
coro.go#L31: lockedInt uint32 // mp's internal lockOSThread counter at coro creation time.
coro.go#L55: c.lockedInt = mp.lockedInt
coro.go#L121: if mp != c.mp || mp.lockedInt != c.lockedInt || mp.lockedExt != c.lockedExt {
coro.go#L123: print("coro: got lock internal ", mp.lockedInt, ", want ", c.lockedInt, "\n")
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |